var runtime.cgoHasExtraM
6 uses
runtime (current package)
cgo.go#L64: var cgoHasExtraM bool
proc.go#L1864: if (iscgo || GOOS == "windows") && !cgoHasExtraM {
proc.go#L1865: cgoHasExtraM = true
proc.go#L2292: if (iscgo || GOOS == "windows") && !cgoHasExtraM {
proc.go#L5964: if !iscgo && cgoHasExtraM && extraMLength.Load() > 0 {
signal_unix.go#L1127: if !iscgo && !cgoHasExtraM {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |